
/*
    Created on : Sep 22, 2023, 3:53:18 PM
    Author     : hassanzmn
*/

@font-face {
    font-family: vazirmatn;
    src: url("/fonts/Vazirmatn-VariableFont_wght.ttf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

* {
    font-family: vazirmatn;
}